Miscellaneous tweaks.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:19:45 +0000 (11:19 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:19:45 +0000 (11:19 -0300)
commitc28c1160bd9f590d1a78f768119b9f3a7012972c
treebebd82cc5e36bcb16116c72c32a5f9e6dbe6cae6
parentecc37849da9a852f486c98394ccd3a7395691cab
Miscellaneous tweaks.
* lisp/emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
lexical scoping as in subr.el's dolist and dotimes.
* lisp/emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
Silence compiler warning.
* lisp/thingatpt.el (forward-whitespace): Trivial coding style fix.
* lisp/subr.el (with-output-to-temp-buffer): Provide an edebug spec.
* lisp/international/ccl.el (ccl-compile): Trivial simplification.
* lisp/help-fns.el (help-do-arg-highlight): Silence compiler warning.
* lisp/emacs-lisp/testcover.el (testcover-end): Remove spurious
`printflag' argument.
* lisp/emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
Purecopy the whole obsolescence data.
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/testcover.el
lisp/help-fns.el
lisp/international/ccl.el
lisp/subr.el
lisp/thingatpt.el
src/bytecode.c